-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Support differentiation of wrapped value modify accessors #78794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@swift-ci please test |
Tagging @JaapWijnen |
The addition of derivative to |
@swift-ci please test linux |
c675009
to
b4a8fc0
Compare
@swift-ci please test |
ping |
@swiftlang/standard-librarians Are you ok with stdlib changes? They are internal as only add couple of missed derivatives to stdlib/private/DifferentiationUnittest/DifferentiationUnittest.swift.gyb |
b4a8fc0
to
63ab094
Compare
@swift-ci please test |
differentiation of _modify accessor for wrapped values. Fixes #55084
63ab094
to
6fac043
Compare
@swift-ci please test |
@rjmccall another friendly ping |
Some fixes for coroutines with normal results and
partial_apply
of coroutines were required.Fixes #55084